.mobileHeader {
    padding: 20px 15px;
    z-index: 16;
    transition: 0.1s 0.2s ease box-shadow, 0.1s ease background;
    background-color: #203d8a;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

* {
    -webkit-tap-highlight-color: transparent;
}

.mobileHeader .btnPoisition {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

body.mobileMenuActive .button-toggle:before {
    opacity: 1;
    transition: 0.2s 0.2s ease all;
}

body.mobileMenuActive .button-toggle span:nth-child(1) {
    transform: rotate(45deg) translate(-4px, 4px);
}

body.mobileMenuActive .button-toggle span {
    width: 25px;
}

body.mobileMenuActive .button-toggle span {
    background: #666666;
}

body.mobileMenuActive .button-toggle span:nth-child(2) {
    transform: translateX(-50px);
    opacity: 0;
}

body.mobileMenuActive .button-toggle span:nth-child(3) {
    transform: rotate(-45deg) translate(-4px, -4px);
}

.button-toggle {
    cursor: pointer;
    background: 0 0;
    box-shadow: none;
    border: none;
    transition: all .3s;
    height: 40px;
    position: absolute;
    z-index: 30;
    outline: unset !important;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    width: 40px;
    right: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-toggle:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    background: white;
    border-radius: 100%;
    left: -10px;
    top: -9px;
    opacity: 0;
    transition: unset;
}

.button-toggle span:nth-child(1) {
    transform: translateY(-13px);
}

.button-toggle span {
    display: block;
    width: 48px;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    margin: 0;
    position: absolute;
    top: 19px;
    left: 13px;
    box-shadow: 0px 20px 35px 0px rgb(0 0 0 / 20%);
    transition: all .3s;
}

.button-toggle span:nth-child(3) {
    transform: translateY(13px);
}

.mobileHeader .logo {
    display: block;
    position: relative;
    height: 70px;
}

.mobileHeader .logo img {
    opacity: 1;
    transition: 0.3s ease all;
    height: 100%;
}

.button-toggle {
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}

.mobileHeader .logo .img {
    background-image: url(/web/20220412231638im_/https://avrasyatuz.com/assets/img/logo.svg);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    transition: 0.3s ease all;
}

body.mobileMenuActive .mobileMenu {
    opacity: 1;
    pointer-events: auto;
    background: #000000d6;
}

.mobileMenu {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    overflow: hidden;
    height: 100vh;
    transition: 0.3s ease opacity;
    z-index: 15;
    background: #6d6e71;
    pointer-events: none;
    opacity: 0;
}

.mobileMenu .menucontainer {
    opacity: 0;
    transition: 0.3s 0.3s ease all;
    width: 100vw;
    height: 100vh;
    position: relative;
}

.mobileMenu .menuContent2 {
    position: absolute;
    right: -100%;
    top: 0px;
    bottom: 0px;
    transition: 0.3s ease right;
    padding-top: 130px;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
}

.mobileMenu .menuContent2 .back {
    -webkit-mask: url(/web/20220412231638im_/https://avrasyatuz.com/assets/img/left-arrow.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    width: 40px;
    height: 30px;
    background: #fff;
    margin-bottom: 0px;
    margin-top: 5px;
}

.mobileMenu .menuContent2 .title {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.mobileMenu .menuContent2 .head {
    padding-left: 30px;
}

.mobileMenu .menuContent2 .content {
    border-top: 2px solid #3c3c3b0d;
}

.mobileMenu .menuContent2 .navbar-nav {
    padding: 10px 0px;
}

.mobileMenu .menuContent2.active {
    right: 0%;
}

.mobileMenu .navbar-nav > li.submenu .submenuarea {
    display: none;
}

body.mobileMenuActive .mobileMenu .menucontainer {
    opacity: 1;
}

.mobileMenu .menuContent1.active {
    left: 0%;
}

.mobileMenu .menuContent1 {
    position: absolute;
    left: -100%;
    top: 0px;
    bottom: 0px;
    transition: 0.3s ease left;
    padding-top: 110px;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.mobileMenu .navbar-nav {
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 10vh;
    padding-left: 20px;
}


.mobileMenu .navbar-nav > li > a {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    display: block;
    padding: 0px;
    padding-left: 0;
}

.mobileMenu .navbar-nav > li.subMenu > a {
    pointer-events: none;
}

.mobileMenu .navbar-nav > li.subMenu .dropdown {
    transform: scaleY(0);
    transition: .3s ease all;
    transform-origin: top;
    min-height: 0;
    max-height: 0;
}

.mobileMenu .navbar-nav > li.subMenu:hover .dropdown {
    transform: scaleY(1);
    min-height: 70px;
    max-height: 300px;
}

.mobileMenu .navbar-nav > li.subMenu .dropdown .subMenu {
    padding: 10px 30px;
}

.mobileMenu .navbar-nav > li.subMenu .dropdown .subMenu li a {
    color: #fff;
    position: relative;
}

.mobileMenu .navbar-nav > li.subMenu .dropdown .subMenu li a:before {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 100%;

}

.mobileMenu {
    display: none;
}

.mobileHeader {
    display: none;
}

.mobile-show {
    display: none;
}

.mobile-hidden {
    display: block;
}



@media only screen and (max-width: 768px) {

    .mobileMenu .diller{
        position: absolute;
        bottom: calc(25% - 60px);
        left: 50%;
        transform: translate(-50%, 50%);
        z-index: 3;
    }
    .mobileMenu .diller .list{

        display: flex;

        justify-content: center;

    }
    .mobileMenu .diller .list a{

        margin: 0 10px;

        font-size: 25px;

        color: #fff;

        font-weight: 500;
        position: relative;

    }

    .mobileMenu .diller .list a:hover{

        color: #fff;

    }
    .mobileMenu .diller .list a.active{
        color: #fff;
    }
    .mobileMenu .diller .list a.active:before{
        content: '';
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        bottom: 0;
    }

    .mobile-show {
        display: block !important;
    }

    .mobile-hidden {
        display: none !important;
    }

    .mobileHeader {
        display: block;
    }

    .mobileMenu {
        display: block;
    }

    .mobileMenu li.home a svg {
        display: none;
    }

    body.mobileMenuActive {
        max-height: 100vh;
        max-width: 100vw;
        overflow: hidden;
    }

    header, .header-menu {
        display: none;
    }

    .menuContent1 .dilLi {
        width: 100%;
        display: block;
        padding: 0 30px;
    }

    .menuContent1 .dilLi .diller {
        display: flex;
        align-items: center;
    }

    .menuContent1 .dilLi .diller .selected {
        margin-right: 10px;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        line-height: 77px;
        display: block;
        padding: 0px;
        text-decoration: underline;
    }

    .menuContent1 .dilLi .diller .list {
    }

    .menuContent1 .dilLi .diller .list a {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        line-height: 77px;
        display: block;
        padding: 0px;
    }

    body {
        padding-top: 110px;
    }

    section.mainabout {
        margin-top: 0;
    }

    section.slider .swiper-slide .img {
        padding-bottom: 100%;
    }

    section.slider .swiper-pagination {
        display: none;
    }

    section.slider .swiper-slide .content p {
        font-size: 15px;
    }

    section.slider .swiper-slide .content h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    section.slider .swiper-slide .content {
        transform: translateX(-50%);
        top: 56px;
    }
    section.mainabout .content {
        padding: 0 10px;
    }
    section.promotion .videoarea {
        padding-bottom: 100%;
    }
    section.promotion .click .text {
        color: #fff;
        z-index: 2;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 40%;
        font-size: 24px;
        letter-spacing: 5px;
        width: 100%;
        text-align: center;
    }
    section.infoslider .photos {
        padding: 50px 0;
    }
    section.infoslider .photos:before {
        left: 0;
        width: 100%;
    }
    section.infoslider .photos .photo {
        height: 100px;
    }
    section.infoslider .content {
        padding-top: 0;
    }
    footer .sosyal {
        margin-bottom: 30px;
    }
    footer ul {
        margin-bottom: 30px;
    }
    footer .charklogo {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
    }
    section.kurumsal .kurumsal-sidebar .list {
        height: auto;
        padding-top: 30px;
    }
    section.promotion .videoarea video {
        width: auto;
    }
    section.urunler .urunlerswiper .swiper-slide .imgarea .img {
        background-size: contain;
    }
    section.urunler .urunlerswiper .content {
        padding: 0;
        margin: 20px 0;
    }
    section.urunler .digerurunler .subcontainer {
        width: auto;
    }
    section.urunler .urundetay {

    }
    section.urunler .urundetay .content table {
        min-width: auto;
    }
    section.urunler .urundetay .content {
        padding: 15px;
    }
    section.kullanimalanlari .alan .content {
        height: auto;
    }
    section.iletisim .maparea #maps {
        height: 300px;
    }
}

@media only screen and (max-width: 320px) {
    .mobile-show {
        display: block !important;
    }

    .mobile-hidden {
        display: none !important;
    }

    .mobileHeader {
        display: block;
    }

    .mobileMenu {
        display: block;
    }

    .mobileMenu li.home a svg {
        display: none;
    }

    body.mobileMenuActive {
        max-height: 100vh;
        max-width: 100vw;
        overflow: hidden;
    }

    header, .header-menu {
        display: none;
    }

    .menuContent1 .dilLi {
        width: 100%;
        display: block;
        padding: 0 30px;
    }

    .menuContent1 .dilLi .diller {
        display: flex;
        align-items: center;
    }

    .menuContent1 .dilLi .diller .selected {
        margin-right: 10px;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        line-height: 77px;
        display: block;
        padding: 0px;
        text-decoration: underline;
    }

    .menuContent1 .dilLi .diller .list {
    }

    .menuContent1 .dilLi .diller .list a {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        line-height: 77px;
        display: block;
        padding: 0px;
    }

    body {
        padding-top: 110px;
    }

    section.mainabout {
        margin-top: 0;
    }

    section.slider .swiper-slide .img {
        padding-bottom: 100%;
    }

    section.slider .swiper-pagination {
        display: none;
    }

    section.slider .swiper-slide .content p {
        font-size: 15px;
    }

    section.slider .swiper-slide .content h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    section.slider .swiper-slide .content {
        transform: translateX(-50%);
        top: 56px;
    }
    section.mainabout .content {
        padding: 0 10px;
    }
    section.promotion .videoarea {
        padding-bottom: 100%;
    }
    section.promotion .click .text {
        color: #fff;
        z-index: 2;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 40%;
        font-size: 24px;
        letter-spacing: 5px;
        width: 100%;
        text-align: center;
    }
    section.infoslider .photos {
        padding: 50px 0;
    }
    section.infoslider .photos:before {
        left: 0;
        width: 100%;
    }
    section.infoslider .photos .photo {
        height: 100px;
    }
    section.infoslider .content {
        padding-top: 0;
    }
    footer .sosyal {
        margin-bottom: 30px;
    }
    footer ul {
        margin-bottom: 30px;
    }
    footer .charklogo {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
    }
    section.kurumsal .kurumsal-sidebar .list {
        height: auto;
        padding-top: 30px;
    }
    section.promotion .videoarea video {
        width: auto;
    }
    section.urunler .urunlerswiper .swiper-slide .imgarea .img {
        background-size: contain;
    }
    section.urunler .urunlerswiper .content {
        padding: 0;
        margin: 20px 0;
    }
    section.urunler .digerurunler .subcontainer {
        width: auto;
    }
    section.urunler .urundetay {

    }
    section.urunler .urundetay .content table {
        min-width: auto;
    }
    section.urunler .urundetay .content {
        padding: 15px;
    }
    section.kullanimalanlari .alan .content {
        height: auto;
    }
    section.iletisim .maparea #maps {
        height: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    section.mainabout {
        margin-top: 0;
    }

    section.mainabout .content {
        padding: 0 10px;
    }

    section.promotion .videoarea video {
        width: auto;
    }
    section.urunler .urunlerswiper .swiper-slide .imgarea .img {
        background-size: contain;
    }
    section.urunler .urunlerswiper .content {
        padding: 0;
        margin: 20px 0;
    }
    section.urunler .digerurunler .subcontainer {
        width: auto;
    }
    section.urunler .urundetay {

    }
    section.urunler .urundetay .content table {
        min-width: auto;
    }
    section.urunler .urundetay .content {
        padding: 15px;
    }
    section.kullanimalanlari .alan .content {
        height: 220px;
    }
    section.iletisim .maparea #maps {
        height: 300px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    section.mainabout {
        margin-top: 0;
    }

    section.mainabout .content {
        padding: 0 10px;
    }

    section.promotion .videoarea video {
        width: auto;
    }
    section.urunler .urunlerswiper .swiper-slide .imgarea .img {
        background-size: contain;
    }
    section.urunler .urunlerswiper .content {
        padding: 0;
        margin: 20px 0;
    }
    section.urunler .digerurunler .subcontainer {
        width: auto;
    }
    section.urunler .urundetay {

    }
    section.urunler .urundetay .content table {
        min-width: auto;
    }
    section.urunler .urundetay .content {
        padding: 15px;
    }
    section.kullanimalanlari .alan .content {
        height: 220px;
    }
    section.iletisim .maparea #maps {
        height: 300px;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1920px) {
    section.urunler .urundetay .content table {
        min-width: 80%;
    }
}
/*
     FILE ARCHIVED ON 23:16:38 Apr 12, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:17:18 Jul 08, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.839
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.007
  esindex: 0.009
  cdx.remote: 22.935
  LoadShardBlock: 139.301 (3)
  PetaboxLoader3.datanode: 197.658 (4)
  load_resource: 168.833
  PetaboxLoader3.resolve: 63.25
*/